home *** CD-ROM | disk | FTP | other *** search
- .TH GBOX
- 6 "IRIT Version 6.0"
- .SH NAME
- GBOX
-
-
-
- PolygonType GBOX( VectorType Point,
- VectorType Dx, VectorType Dy, VectorType Dz )
-
- Creates a parallelepiped - Generalized BOX polygonal object, defined by
- Point as base position, and Dx, Dy, Dz as 3 3D vectors to define
- the 6 faces of this generalized BOX. The regular BOX object is a special case
- of GBOX where Dx = vector(Dx, 0, 0), Dy = vector(0, Dy, 0), and
- Dz = vector(0, 0, Dz).
-
- Dx, Dy, Dz must all be independent in order to create an
- object with positive volume.
-
- Example:
-
- GB = GBOX(vector(0.0, -0.35, 0.63), vector(0.5, 0.0, 0.5),
- vector(-0.5, 0.0, 0.5),
- vector(0.0, 0.7, 0.0));
-